home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / Documents / NeXTAnswers / sysadmin.416 < prev    next >
Text File  |  1992-02-06  |  4KB  |  170 lines

  1. {\rtf0\ansi{\fonttbl\f2\fswiss Helvetica;\f1\fmodern Courier;\f0\fnil Times-Roman;}
  2. \paperw12220
  3. \paperh12880
  4. \margl740
  5. \margr540
  6. {\colortbl\red0\green0\blue0;}
  7. \pard\tx540\tx6300\f2\b0\i0\ul0\fs24 \
  8. \
  9.  
  10. \b\fs48 \
  11.  
  12. \qc\li180 Backup Strategy\
  13. \
  14. using dump(8)\
  15.  
  16. \b0\fs24 \
  17. \
  18. \
  19.  
  20. \pard\tx640\tx6300\b\fs32\fi-500\li480 1.    
  21. \pard\tx520\tx1060\tx1600\tx2120\tx2660\tx3200\tx3720\tx4260\tx4800\tx5320\fc0 Do a BuildDisk
  22. \pard\tx640\tx6300\b0\fs36\fi-500\li480 \
  23. \
  24. \
  25.  
  26. \b\fs32 2.    Generate files depending solely on the release\
  27. \
  28.  
  29. \pard\tx540\tx900\tx2160\tx5200\tx6000\b0\fi-400\li920 •    cat pages — 
  30. \f1\b catman
  31. \f2\b0 (8)\
  32. \
  33. •    Index the header files (
  34. \f1\b /usr/include
  35. \f2\b0 ) — Digital Librarian\
  36. \
  37. •    Unpack (“install”) Sybase, TeX, LISP\
  38. \
  39. \
  40.  
  41. \pard\tx640\tx6300\b\fi-500\li480 3.    Do a phony level 0 dump (use one of the following)\
  42. \
  43.  
  44. \pard\tx540\tx900\tx2160\tx5200\tx6000\b0\fi-400\li920 •    
  45. \f1\b dump 0uf /dev/null /dev/rsd0a\
  46.  
  47. \f2\b0\fi-300\li1460 •  Takes longer\
  48. •  Simpler\
  49.  
  50. \fi-400\li920 \
  51. •    Edit the file 
  52. \f1\b /etc/dumpdates
  53. \f2\b0 \
  54.  
  55. \pard\tx540\tx900\tx1560\tx5200\tx6000\fi-300\li1220 •    Takes less time\
  56. •    Slightly more complicated\
  57. •    Put a line such as the following in the file\
  58. \
  59.  
  60. \f1\b     
  61. \fs30 /dev/rsd0a       0 Tue Sep 19 12:19:40 1989
  62. \fs32 \
  63.  
  64. \f2\b0 \
  65.     Easiest way to get such a line truely properly formatted is to copy another one.  Format [from dumpdates(5)]:\
  66. \
  67.     “
  68. \f1\b -16%s %c %s
  69. \f2\b0 ”\
  70. \
  71.     Key: those blanks ain't tabs!\
  72.  
  73. \pard\tx640\tx6300\b\fi-500\li480 \
  74. \
  75. 4.    Configure the system (NetInfo, restore users, etc.)\
  76. \
  77.  
  78. \fs36 \
  79.  
  80. \fs32 5.    Do a level 1 dump
  81. \fs36 \
  82. \
  83.  
  84. \pard\tx540\tx900\tx2160\tx5200\tx6000\b0\fs32\fi-400\li920 •    Phony if everything is simply restored\
  85. \
  86. •    Real if work was needed\
  87.  
  88. \b\fs36 \
  89.  
  90. \f1\fs32     mount /dev/od0a /DUMP\
  91.     dump 1ufo /DUMP/clients-1.dump /dev/rsd0b\
  92.     umount /dev/od0a\
  93.     disk -e /dev/rod0a\
  94.  
  95. \f2\fs36 \
  96.     
  97. \b0\fs32 The file name clients-1.dump is based on the file system name (where it's usually mounted; here, assumed to be 
  98. \f1 /clients
  99. \f2 ) and the dump level.
  100. \b\fs36 \
  101.  
  102. \pard\tx520\tx1060\tx1600\tx2120\tx2660\tx3200\tx3720\tx4260\tx4800\tx5320\fc0 \
  103.  
  104. \fs32 6.    PUT THE RELEASE DISK, THE UPGRADE DISK, AND THE LEVEL 1 DUMP IN A VERY SAFE PLACE.  It even makes sense to make a second level 1 dump.\
  105. \
  106. Now you're ready for normal operations.
  107. \pard\tx640\tx6300\fs36\fi-500\li480 \
  108. \
  109.  
  110. \pard\tx520\tx1060\tx1600\tx2120\tx2660\tx3200\tx3720\tx4260\tx4800\tx5320\fs32\fc0 7.    Each day, do an incremental dump\
  111.  
  112. \pard\tx640\tx6300\fs36\fi-500\li480 \
  113.  
  114. \pard\tx540\tx900\tx2160\tx5200\tx6000\b0\fs32\fi-400\li920 •    Level 9\
  115. \
  116. •    Rotate media each day (multiple sets precludes destroying the most recent dump if today's dump fails)\
  117. \
  118. \
  119.  
  120. \pard\tx640\tx6300\b\fi-500\li480 8.    Each week, do a weekly dump\
  121. \
  122.  
  123. \pard\tx540\tx900\tx2160\tx5200\tx6000\b0\fi-400\li920 •    On the first week of the month, do a level 
  124. \i n
  125. \i0  dump\
  126.  
  127. \pard\tx540\tx900\tx1560\tx5200\tx6000\fi-300\li1220 •    
  128. \i n
  129. \i0  is 1 if there was no configuration work done\
  130. •    
  131. \i n
  132. \i0  is 2 if configuration work was done.\
  133.  
  134. \pard\tx540\tx900\tx2160\tx5200\tx6000\fi-400\li920 \
  135. •    The second week, do a level 
  136. \i n
  137. \i0 +1 dump\
  138. \
  139. •    Etc.\
  140. \
  141. •    Rotate media, using at least two sets\
  142. \
  143. \
  144.  
  145. \pard\tx640\tx6300\b\fi-500\li480 9.    Each month, do a monthly dump
  146. \fs36 \
  147. \
  148.  
  149. \pard\tx540\tx900\tx2160\tx5200\tx6000\b0\fs32\fi-400\li920 •    A monthly dump is a level 
  150. \i n
  151. \i0  dump (
  152. \i n
  153. \i0  as in step 8)\
  154. \
  155. •    Rotate media, using at least two sets\
  156. \
  157. \
  158.  
  159. \pard\tx640\tx6300\b\fi-500\li480 10.    Repeat the cycle, rotating media using at least two sets
  160. \fs36 \
  161. \
  162.  
  163. \pard\tx540\tx6300\b0\fs32\li180 QA416\
  164. \
  165. Valid for 1.0 \
  166. Valid for 2.0\
  167. \
  168.  
  169.  
  170.